home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS26.ADF / SoundScape / Include / patchpanel.h < prev    next >
C/C++ Source or Header  |  1989-01-26  |  136b  |  11 lines

  1. /*    PATCHPANEL.H    The Patch Panel state structure.
  2.  
  3.     (c) 1986    Todor Fay
  4.  
  5. */
  6.  
  7. struct PanelState {
  8.     long length;
  9.     char links[512];
  10. };
  11.